Split

Syntax: @Split <String>,<Delimiter>,<String Array>[,<Count>]

The Split command can divide a given string into subsequent parts divided at the delimiter, the sub-strings are placed into a target array and the number of elements is returned in the optional count variable.